'Declaration
<DispIdAttribute(7)> Function AddEmbeddedImageAnnotFromBase64( _ ByVal Base64Image As String, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationEmbeddedImage
[DispId(7)] AnnotationEmbeddedImage AddEmbeddedImageAnnotFromBase64( string Base64Image, float Left, float Top, float Width, float Height )
function AddEmbeddedImageAnnotFromBase64( Base64Image: String; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationEmbeddedImage;
DispIdAttribute(7) function AddEmbeddedImageAnnotFromBase64( Base64Image : String, Left : float, Top : float, Width : float, Height : float ) : AnnotationEmbeddedImage;
[DispId(7)] AnnotationEmbeddedImage* AddEmbeddedImageAnnotFromBase64( string* Base64Image, float Left, float Top, float Width, float Height )
[DispId(7)] AnnotationEmbeddedImage^ AddEmbeddedImageAnnotFromBase64( String^ Base64Image, float Left, float Top, float Width, float Height )
Parameters
- Base64Image
- Left
- Top
- Width
- Height